Application.ExecutableFile Property

Read-Only

Syntax

ExecutableFile as FolderItem


Returns a FolderItem for the actual executable application even if it is in a bundle. Use the properties and methods of the FolderItem class to get/set attributes of the executable file and/or perform operations.

For example:

app.ExecutableFile.AbsolutePath

gets the full path to the executable.

app.ExecutableFile.CreationDate

gets the date/time the executable was created.